Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

some code

It is very straightforward...
'reading from note, creating docNotice, populate fields, then send
Dim body As NotesRichTextItem
Dim bodyOriginal as Variant
Set bodyOriginal=note.getFirstItem("DspBody") 'DspBody is a richtext field in the open UI document, containing text and attachments
Set docNotice=dbCurrent.createDocument
docNotice.form="Notice"
...populate some fields like SendTo, Subject,StartDateTime, EndDateTime etc
Set body = New NotesRichTextItem( docNotice, "Body" )
Call body.AddNewline(1)
Call body.AppendRTItem(bodyOriginal)
Call body.AddNewline(1)
Call docNotice.Send(False)

Like I said, in every case EXCEPT R8.5 (including other clients like Outlook, Google) the attachment is visible.

If you can assist, I will be very glad - waiting for Product Support will kill this project (and maybe me).


Feedback response number WEBB8829RK created by ~James Preresasternivu on 08/05/2010

Invisible attachments in R8.5 (~James Preresas... 4.Aug.10)
. . Exact same problem here (~Joseph Brenize... 5.Aug.10)
. . . . if you are willing to discuss this.... (~James Preresas... 5.Aug.10)
. . haven't heard of this one (~Bill Frokimari... 4.Aug.10)
. . some code (~James Preresas... 5.Aug.10)
. . . . please send me a database containin... (~Bill Frokimari... 5.Aug.10)
. . . . . . Done (~James Preresas... 9.Aug.10)
. . . . . . . . Are you using the same userID on bo... (~Bill Frokimari... 9.Aug.10)
. . . . . . . . . . where do you see the Hide-when form... (~James Preresas... 9.Aug.10)
. . . . . . . . . . . . about hide formulas on a rich-text ... (~Bill Frokimari... 9.Aug.10)
. . . . . . . . . . . . . . I see ... but (~James Preresas... 10.Aug.10)
. . . . . . . . . . . . . . . . The NotesPeek tool is available for... (~Bill Frokimari... 10.Aug.10)
. . . . . . . . . . . . . . . . . . You are right (as always) (~James Preresas... 11.Aug.10)
. . . . . . . . . . . . . . . . . . . . You can close and reopen the docume... (~Bill Frokimari... 11.Aug.10)
. . . . . . . . . . . . . . . . . . . . . . well, I am already doing it once (~James Preresas... 15.Aug.10)
. . . . . . . . . . . . . . . . . . . . . . . . Suggest you do not discard errors (~Bill Frokimari... 23.Aug.10)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS